home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / vbptu10.zip / DBG.BAS < prev    next >
BASIC Source File  |  1994-03-02  |  209b  |  8 lines

  1.  
  2. Sub debugstatus (MESSAGE As String)
  3.   Rem ** CHANGE TEXT IN DBG.STATUS BOX ON DBG FORM **
  4.   Rem ** This change will send the data to the VB_PTU.EXE applciation **
  5.   DBG.status.Text = MESSAGE$
  6. End Sub
  7.  
  8.